home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / sue-potatoes.swf / scripts / DefineButton2_262 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  273 b   |  10 lines

  1. on(press){
  2.    if(_parent._parent.water._currentframe == 1)
  3.    {
  4.       _parent._parent.water.use = this.use;
  5.       _parent._parent.water.gotoAndStop("g1");
  6.       _parent._parent.water.water_in.gotoAndStop(this._currentframe);
  7.       this.gotoAndPlay("gone");
  8.    }
  9. }
  10.